Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ListEx<TItem,TItemInterface> Class
The type of items in the collection.
The interface supported by the items.
Members

In This Topic
    ListEx<TItem,TItemInterface> Class
    In This Topic
    Represents a list that can be used as a read-only list of interfaces supported by the list items.
    Object Model
    ListEx<TItem,TItemInterface> Class
    Syntax
    'Declaration
     
    Public Class ListEx
        (Of TItem As TItemInterface,
         TItemInterface) 
       Inherits System.Collections.Generic.List(Of TItem)
    public class ListEx<TItem,TItemInterface> : System.Collections.Generic.List<TItem> 
    where TItem: TItemInterface
    Type Parameters
    TItem
    The type of items in the collection.
    TItemInterface
    The interface supported by the items.
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          GrapeCity.Documents.Common.ListEx<TItem,TItemInterface>

    See Also